﻿2026-08-30T06:20:02.7906073Z ##[group]Run actions/checkout@v5
2026-08-30T06:20:02.7906854Z with:
2026-08-30T06:20:02.7907235Z   fetch-depth: 0
2026-08-30T06:20:02.7907640Z   repository: BigscreenVR/spt-bs-core
2026-08-30T06:20:02.7910822Z   token: ***
2026-08-30T06:20:02.7911224Z   ssh-strict: true
2026-08-30T06:20:02.7911608Z   ssh-user: git
2026-08-30T06:20:02.7911993Z   persist-credentials: true
2026-08-30T06:20:02.7912402Z   clean: true
2026-08-30T06:20:02.7912783Z   sparse-checkout-cone-mode: true
2026-08-30T06:20:02.7913218Z   fetch-tags: false
2026-08-30T06:20:02.7913609Z   show-progress: true
2026-08-30T06:20:02.7913990Z   lfs: false
2026-08-30T06:20:02.7914337Z   submodules: false
2026-08-30T06:20:02.7914727Z   set-safe-directory: true
2026-08-30T06:20:02.7915149Z   allow-unsafe-pr-checkout: false
2026-08-30T06:20:02.7915797Z ##[endgroup]
2026-08-30T06:20:02.8698745Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-30T06:20:02.8700448Z ##[group]Getting Git version info
2026-08-30T06:20:02.8701507Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-30T06:20:02.8702590Z [command]/usr/bin/git version
2026-08-30T06:20:02.8703038Z git version 2.43.0
2026-08-30T06:20:02.8706929Z ##[endgroup]
2026-08-30T06:20:02.8715183Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/c246b0c3-572c-4b1a-bfbf-9299a446ec4f/.gitconfig'
2026-08-30T06:20:02.8722708Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c246b0c3-572c-4b1a-bfbf-9299a446ec4f' before making global git config changes
2026-08-30T06:20:02.8723972Z Adding repository directory to the temporary git global config as a safe directory
2026-08-30T06:20:02.8726491Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-30T06:20:02.8774754Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-30T06:20:02.8792488Z https://github.com/BigscreenVR/spt-bs-core
2026-08-30T06:20:02.8802347Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-30T06:20:02.8804523Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-30T06:20:02.8822934Z refs/heads/golden/now-signal-23
2026-08-30T06:20:02.8829178Z [command]/usr/bin/git checkout --detach
2026-08-30T06:20:02.8896199Z HEAD is now at da71b7852 release: v0.67.0 — NOW-SIGNAL
2026-08-30T06:20:02.8949047Z [command]/usr/bin/git branch --delete --force golden/now-signal-23
2026-08-30T06:20:02.8965726Z Deleted branch golden/now-signal-23 (was da71b7852).
2026-08-30T06:20:02.9123319Z ##[endgroup]
2026-08-30T06:20:02.9126618Z [command]/usr/bin/git submodule status
2026-08-30T06:20:02.9310596Z ##[group]Cleaning the repository
2026-08-30T06:20:02.9312541Z [command]/usr/bin/git clean -ffdx
2026-08-30T06:20:02.9353284Z [command]/usr/bin/git reset --hard HEAD
2026-08-30T06:20:02.9424343Z HEAD is now at da71b7852 release: v0.67.0 — NOW-SIGNAL
2026-08-30T06:20:02.9429605Z ##[endgroup]
2026-08-30T06:20:02.9431220Z ##[group]Disabling automatic garbage collection
2026-08-30T06:20:02.9434441Z [command]/usr/bin/git config --local gc.auto 0
2026-08-30T06:20:02.9457939Z ##[endgroup]
2026-08-30T06:20:02.9458731Z ##[group]Setting up auth
2026-08-30T06:20:02.9462815Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-30T06:20:02.9484685Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-30T06:20:02.9704477Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-30T06:20:02.9731907Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-30T06:20:02.9919077Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-30T06:20:02.9950171Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-30T06:20:03.0137916Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-30T06:20:03.0169052Z ##[endgroup]
2026-08-30T06:20:03.0169882Z ##[group]Fetching the repository
2026-08-30T06:20:03.0175090Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-30T06:20:03.9625166Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-30T06:20:03.9626039Z  * [new branch]          release/v0.67.0-head -> origin/release/v0.67.0-head
2026-08-30T06:20:03.9721259Z [command]/usr/bin/git branch --list --remote origin/golden/now-signal-23
2026-08-30T06:20:03.9793871Z   origin/golden/now-signal-23
2026-08-30T06:20:03.9801035Z [command]/usr/bin/git rev-parse refs/remotes/origin/golden/now-signal-23
2026-08-30T06:20:03.9819722Z da71b78521b425a23dfa55fb264445c256fb2996
2026-08-30T06:20:03.9822975Z ##[endgroup]
2026-08-30T06:20:03.9823360Z ##[group]Determining the checkout info
2026-08-30T06:20:03.9824164Z ##[endgroup]
2026-08-30T06:20:03.9827118Z [command]/usr/bin/git sparse-checkout disable
2026-08-30T06:20:03.9864963Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-30T06:20:03.9885993Z ##[group]Checking out the ref
2026-08-30T06:20:03.9888631Z [command]/usr/bin/git checkout --progress --force -B golden/now-signal-23 refs/remotes/origin/golden/now-signal-23
2026-08-30T06:20:03.9954909Z Switched to a new branch 'golden/now-signal-23'
2026-08-30T06:20:03.9955474Z branch 'golden/now-signal-23' set up to track 'origin/golden/now-signal-23'.
2026-08-30T06:20:03.9960973Z ##[endgroup]
2026-08-30T06:20:03.9998243Z [command]/usr/bin/git log -1 --format=%H
2026-08-30T06:20:04.0027485Z da71b78521b425a23dfa55fb264445c256fb2996
